Include the applet in an HTML page with code similar to the following:

<applet code="screw.class" width=200 height=160>

<param name=regcode value="">
<param name=info value="Applet by Gokhan Dagli,japplets.tripod.com">
<param name=bgcolor value="ffffff">

<param name=image1 value="text1.gif">
<param name=image2 value="text3.gif">

<param name=link1 value="http://japplets.tripod.com/screw.html">
<param name=link2 value="http://japplets.tripod.com/screw.html">

<param name="status_bar_msg1" value="">
<param name="status_bar_msg2" value="">

<param name="transition_delay" value="60">
<param name="delay" value="1000">
<param name="step_count" value="40">

<param name="mode" value="1">

<param name="image_align" value="center">
<param name="image_valign" value="center">

<param name=target_frame value="_self">

</applet>





Samples :

Sample1Sample2Sample3